home *** CD-ROM | disk | FTP | other *** search
-
-
- Thanks to everyone who helped me out with my compiler/real number
- problem, I changed it to integers only and it works fine.
-
- I have one other small problem (more an annoyance, really) in that
- I use Input #1 at the start of the game to load in the
- level data which takes the form of several arrays of dimensions
- (40,40) or so, and it takes absolutely *ages*. Is there
- any quicker way of loading variables from disk? I have tried
- moving the files to ram: first but this makes no substantial
- speed difference from the hard drive. I dread to think
- what it would be like off floppies.
-
- Thanks in advance,
- D.P.O`Cuinn.
-
-
-